[INFO] fetching crate polyhorn-yoga 0.3.4...
[INFO] testing polyhorn-yoga-0.3.4 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate polyhorn-yoga 0.3.4 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate polyhorn-yoga 0.3.4
[INFO] finished tweaking crates.io crate polyhorn-yoga 0.3.4
[INFO] tweaked toml for crates.io crate polyhorn-yoga 0.3.4 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate polyhorn-yoga 0.3.4 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate polyhorn-yoga 0.3.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ordered-float v1.1.0
[INFO] [stderr]   Downloaded num-traits v0.2.12
[INFO] [stderr]   Downloaded hermit-abi v0.1.16
[INFO] [stderr]   Downloaded which v3.1.1
[INFO] [stderr]   Downloaded libloading v0.6.3
[INFO] [stderr]   Downloaded clang-sys v1.0.0
[INFO] [stderr]   Downloaded cc v1.0.60
[INFO] [stderr]   Downloaded proc-macro2 v1.0.21
[INFO] [stderr]   Downloaded bindgen v0.55.1
[INFO] [stderr]   Downloaded nom v5.1.2
[INFO] [stderr]   Downloaded syn v1.0.41
[INFO] [stderr]   Downloaded libc v0.2.77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9ed5f116f6203386d7e9c87affbdb37ca64add939226d50aa37a2bb28239f9d2
[INFO] running `Command { std: "docker" "start" "-a" "9ed5f116f6203386d7e9c87affbdb37ca64add939226d50aa37a2bb28239f9d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ed5f116f6203386d7e9c87affbdb37ca64add939226d50aa37a2bb28239f9d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ed5f116f6203386d7e9c87affbdb37ca64add939226d50aa37a2bb28239f9d2", kill_on_drop: false }`
[INFO] [stdout] 9ed5f116f6203386d7e9c87affbdb37ca64add939226d50aa37a2bb28239f9d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77f894d5d137c3295464e8d9b46de2e5e0a72a30d5d547c5ff7ba4828e6dce81
[INFO] running `Command { std: "docker" "start" "-a" "77f894d5d137c3295464e8d9b46de2e5e0a72a30d5d547c5ff7ba4828e6dce81", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.77
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling libloading v0.6.3
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling proc-macro2 v1.0.21
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling bindgen v0.55.1
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling clang-sys v1.0.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling cc v1.0.60
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling ordered-float v1.1.0
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling polyhorn-yoga v0.3.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/types.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 |                 Box::from_raw(ptr);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 159 |                 let _ = Box::from_raw(ptr);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "77f894d5d137c3295464e8d9b46de2e5e0a72a30d5d547c5ff7ba4828e6dce81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77f894d5d137c3295464e8d9b46de2e5e0a72a30d5d547c5ff7ba4828e6dce81", kill_on_drop: false }`
[INFO] [stdout] 77f894d5d137c3295464e8d9b46de2e5e0a72a30d5d547c5ff7ba4828e6dce81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94f97467fced5632ecf1ee48fe48f2a6ff48cafe239d60200e628b40eaf6a240
[INFO] running `Command { std: "docker" "start" "-a" "94f97467fced5632ecf1ee48fe48f2a6ff48cafe239d60200e628b40eaf6a240", kill_on_drop: false }`
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr]    Compiling polyhorn-yoga v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/types.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 |                 Box::from_raw(ptr);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 159 |                 let _ = Box::from_raw(ptr);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/justify_content_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]  --> tests/node_drop_test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate yoga;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/border_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/flex_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/align_items_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]  --> tests/default_values_test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate yoga;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "node_drop_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/dimension_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]  --> tests/node_child_test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate yoga;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]  --> tests/relayout_test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate yoga;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/rounding_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]  --> tests/style_test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate yoga;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/size_overflow_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "default_values_test") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/percentage_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/align_content_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "relayout_test") due to 1 previous error
[INFO] [stdout] error[E0463]: can't find crate for `yoga`
[INFO] [stdout]   --> tests/margin_test.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | extern crate yoga;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "node_child_test") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:22:24
[INFO] [stdout]    |
[INFO] [stdout] 22 |     root_child0.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 23 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |     root_child0.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:27:24
[INFO] [stdout]    |
[INFO] [stdout] 27 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:39:24
[INFO] [stdout]    |
[INFO] [stdout] 39 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:39:35
[INFO] [stdout]    |
[INFO] [stdout] 39 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:39:46
[INFO] [stdout]    |
[INFO] [stdout] 39 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:54:19
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:59:28
[INFO] [stdout]    |
[INFO] [stdout] 59 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:60:29
[INFO] [stdout]    |
[INFO] [stdout] 60 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:63:31
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let mut root_child0_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:64:31
[INFO] [stdout]    |
[INFO] [stdout] 64 |     root_child0_child0.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 |     root_child0_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 66 |     root_child0_child0.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:67:36
[INFO] [stdout]    |
[INFO] [stdout] 67 |     root_child0_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:69:24
[INFO] [stdout]    |
[INFO] [stdout] 69 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:69:35
[INFO] [stdout]    |
[INFO] [stdout] 69 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:69:46
[INFO] [stdout]    |
[INFO] [stdout] 69 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:86:24
[INFO] [stdout]    |
[INFO] [stdout] 86 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/dimension_test.rs:86:46
[INFO] [stdout]    |
[INFO] [stdout] 86 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "style_test") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "dimension_test") due to 30 previous errors
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let mut root_child0_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 |     root_child0_child0.set_width(StyleUnit::Point((200 as f32).into()));
[INFO] [stdout]    |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:30:35
[INFO] [stdout]    |
[INFO] [stdout] 30 |     root_child0_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:31:32
[INFO] [stdout]    |
[INFO] [stdout] 31 |     root_child0_child0.set_height(StyleUnit::Point((200 as f32).into()));
[INFO] [stdout]    |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:32:36
[INFO] [stdout]    |
[INFO] [stdout] 32 |     root_child0_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:34:46
[INFO] [stdout]    |
[INFO] [stdout] 34 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:51:35
[INFO] [stdout]    |
[INFO] [stdout] 51 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:51:46
[INFO] [stdout]    |
[INFO] [stdout] 51 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:75:18
[INFO] [stdout]    |
[INFO] [stdout] 75 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:77:24
[INFO] [stdout]    |
[INFO] [stdout] 77 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:78:24
[INFO] [stdout]    |
[INFO] [stdout] 78 |     root_child0.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:79:28
[INFO] [stdout]    |
[INFO] [stdout] 79 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |     root_child0.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:81:29
[INFO] [stdout]    |
[INFO] [stdout] 81 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let mut root_child0_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:85:31
[INFO] [stdout]    |
[INFO] [stdout] 85 |     root_child0_child0.set_width(StyleUnit::Point((200 as f32).into()));
[INFO] [stdout]    |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |     root_child0_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:87:32
[INFO] [stdout]    |
[INFO] [stdout] 87 |     root_child0_child0.set_height(StyleUnit::Point((200 as f32).into()));
[INFO] [stdout]    |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:88:36
[INFO] [stdout]    |
[INFO] [stdout] 88 |     root_child0_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:90:24
[INFO] [stdout]    |
[INFO] [stdout] 90 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/size_overflow_test.rs:90:46
[INFO] [stdout]    |
[INFO] [stdout] 90 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:107:35
[INFO] [stdout]     |
[INFO] [stdout] 107 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:107:46
[INFO] [stdout]     |
[INFO] [stdout] 107 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:127:19
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 130 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:134:24
[INFO] [stdout]     |
[INFO] [stdout] 134 |     root_child0.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:135:28
[INFO] [stdout]     |
[INFO] [stdout] 135 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:136:29
[INFO] [stdout]     |
[INFO] [stdout] 136 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |     let mut root_child0_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:140:31
[INFO] [stdout]     |
[INFO] [stdout] 140 |     root_child0_child0.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:141:35
[INFO] [stdout]     |
[INFO] [stdout] 141 |     root_child0_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:142:32
[INFO] [stdout]     |
[INFO] [stdout] 142 |     root_child0_child0.set_height(StyleUnit::Point((200 as f32).into()));
[INFO] [stdout]     |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 143 |     root_child0_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:145:35
[INFO] [stdout]     |
[INFO] [stdout] 145 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:145:46
[INFO] [stdout]     |
[INFO] [stdout] 145 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:162:24
[INFO] [stdout]     |
[INFO] [stdout] 162 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:162:35
[INFO] [stdout]     |
[INFO] [stdout] 162 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/size_overflow_test.rs:162:46
[INFO] [stdout]     |
[INFO] [stdout] 162 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "size_overflow_test") due to 58 previous errors
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/border_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/border_test.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 |     root.set_border(Edge::Left, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 |     root.set_border(Edge::Top, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     root.set_border(Edge::Right, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     root.set_border(Edge::Bottom, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:24:35
[INFO] [stdout]    |
[INFO] [stdout] 24 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/border_test.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/border_test.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/border_test.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/border_test.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     root.set_border(Edge::Left, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |     root.set_border(Edge::Top, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     root.set_border(Edge::Right, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     root.set_border(Edge::Bottom, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/border_test.rs:49:24
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:50:24
[INFO] [stdout]    |
[INFO] [stdout] 50 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:51:28
[INFO] [stdout]    |
[INFO] [stdout] 51 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:52:25
[INFO] [stdout]    |
[INFO] [stdout] 52 |     root_child0.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:55:24
[INFO] [stdout]    |
[INFO] [stdout] 55 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/border_test.rs:55:46
[INFO] [stdout]    |
[INFO] [stdout] 55 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:67:35
[INFO] [stdout]    |
[INFO] [stdout] 67 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/border_test.rs:67:46
[INFO] [stdout]    |
[INFO] [stdout] 67 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/border_test.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/border_test.rs:84:17
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 |     root.set_border(Edge::Left, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:86:18
[INFO] [stdout]    |
[INFO] [stdout] 86 |     root.set_border(Edge::Top, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:87:18
[INFO] [stdout]    |
[INFO] [stdout] 87 |     root.set_border(Edge::Right, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> tests/border_test.rs:88:18
[INFO] [stdout]    |
[INFO] [stdout] 88 |     root.set_border(Edge::Bottom, 10 as f32);
[INFO] [stdout]    |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:89:17
[INFO] [stdout]    |
[INFO] [stdout] 89 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/border_test.rs:92:24
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:94:24
[INFO] [stdout]    |
[INFO] [stdout] 94 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:95:28
[INFO] [stdout]    |
[INFO] [stdout] 95 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/border_test.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:98:24
[INFO] [stdout]    |
[INFO] [stdout] 98 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/border_test.rs:98:35
[INFO] [stdout]    |
[INFO] [stdout] 98 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/border_test.rs:98:46
[INFO] [stdout]    |
[INFO] [stdout] 98 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:110:24
[INFO] [stdout]     |
[INFO] [stdout] 110 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:110:35
[INFO] [stdout]     |
[INFO] [stdout] 110 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/border_test.rs:110:46
[INFO] [stdout]     |
[INFO] [stdout] 110 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/border_test.rs:125:19
[INFO] [stdout]     |
[INFO] [stdout] 125 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/border_test.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:128:18
[INFO] [stdout]     |
[INFO] [stdout] 128 |     root.set_border(Edge::Left, 10 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 |     root.set_border(Edge::Top, 10 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:130:18
[INFO] [stdout]     |
[INFO] [stdout] 130 |     root.set_border(Edge::Right, 10 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:131:18
[INFO] [stdout]     |
[INFO] [stdout] 131 |     root.set_border(Edge::Bottom, 10 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:132:17
[INFO] [stdout]     |
[INFO] [stdout] 132 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:133:18
[INFO] [stdout]     |
[INFO] [stdout] 133 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/border_test.rs:135:24
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:136:28
[INFO] [stdout]     |
[INFO] [stdout] 136 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:137:25
[INFO] [stdout]     |
[INFO] [stdout] 137 |     root_child0.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:140:24
[INFO] [stdout]     |
[INFO] [stdout] 140 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:140:35
[INFO] [stdout]     |
[INFO] [stdout] 140 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/border_test.rs:140:46
[INFO] [stdout]     |
[INFO] [stdout] 140 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:152:24
[INFO] [stdout]     |
[INFO] [stdout] 152 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:152:35
[INFO] [stdout]     |
[INFO] [stdout] 152 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/border_test.rs:152:46
[INFO] [stdout]     |
[INFO] [stdout] 152 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/border_test.rs:167:19
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/border_test.rs:169:17
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Justify` in this scope
[INFO] [stdout]    --> tests/border_test.rs:170:27
[INFO] [stdout]     |
[INFO] [stdout] 170 |     root.set_justify_content(Justify::Center);
[INFO] [stdout]     |                              ^^^^^^^ use of undeclared type `Justify`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Justify;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Align` in this scope
[INFO] [stdout]    --> tests/border_test.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |     root.set_align_items(Align::Center);
[INFO] [stdout]     |                          ^^^^^ use of undeclared type `Align`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Align;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:172:18
[INFO] [stdout]     |
[INFO] [stdout] 172 |     root.set_border(Edge::Start, 10 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:173:18
[INFO] [stdout]     |
[INFO] [stdout] 173 |     root.set_border(Edge::End, 20 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/border_test.rs:174:18
[INFO] [stdout]     |
[INFO] [stdout] 174 |     root.set_border(Edge::Bottom, 20 as f32);
[INFO] [stdout]     |                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/border_test.rs:178:24
[INFO] [stdout]     |
[INFO] [stdout] 178 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:179:24
[INFO] [stdout]     |
[INFO] [stdout] 179 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:180:28
[INFO] [stdout]     |
[INFO] [stdout] 180 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:181:25
[INFO] [stdout]     |
[INFO] [stdout] 181 |     root_child0.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/border_test.rs:182:29
[INFO] [stdout]     |
[INFO] [stdout] 182 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:184:35
[INFO] [stdout]     |
[INFO] [stdout] 184 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/border_test.rs:184:46
[INFO] [stdout]     |
[INFO] [stdout] 184 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:196:24
[INFO] [stdout]     |
[INFO] [stdout] 196 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/border_test.rs:196:35
[INFO] [stdout]     |
[INFO] [stdout] 196 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/border_test.rs:196:46
[INFO] [stdout]     |
[INFO] [stdout] 196 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "border_test") due to 86 previous errors
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]    --> src/types.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 |                 Box::from_raw(ptr);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 159 |                 let _ = Box::from_raw(ptr);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:41:35
[INFO] [stdout]    |
[INFO] [stdout] 41 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:41:46
[INFO] [stdout]    |
[INFO] [stdout] 41 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:63:46
[INFO] [stdout]    |
[INFO] [stdout] 63 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 |     root.set_width(StyleUnit::Point((113 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:95:24
[INFO] [stdout]    |
[INFO] [stdout] 95 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:97:28
[INFO] [stdout]    |
[INFO] [stdout] 97 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/rounding_test.rs:98:29
[INFO] [stdout]    |
[INFO] [stdout] 98 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:103:28
[INFO] [stdout]     |
[INFO] [stdout] 103 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:104:29
[INFO] [stdout]     |
[INFO] [stdout] 104 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:110:29
[INFO] [stdout]     |
[INFO] [stdout] 110 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 |     let mut root_child3 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:115:28
[INFO] [stdout]     |
[INFO] [stdout] 115 |     root_child3.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:116:29
[INFO] [stdout]     |
[INFO] [stdout] 116 |     root_child3.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:119:24
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let mut root_child4 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:121:28
[INFO] [stdout]     |
[INFO] [stdout] 121 |     root_child4.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:122:29
[INFO] [stdout]     |
[INFO] [stdout] 122 |     root_child4.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:124:35
[INFO] [stdout]     |
[INFO] [stdout] 124 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:124:46
[INFO] [stdout]     |
[INFO] [stdout] 124 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:156:24
[INFO] [stdout]     |
[INFO] [stdout] 156 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:156:35
[INFO] [stdout]     |
[INFO] [stdout] 156 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:156:46
[INFO] [stdout]     |
[INFO] [stdout] 156 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:191:19
[INFO] [stdout]     |
[INFO] [stdout] 191 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:194:26
[INFO] [stdout]     |
[INFO] [stdout] 194 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 |     root.set_width(StyleUnit::Point((101 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:196:18
[INFO] [stdout]     |
[INFO] [stdout] 196 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:198:24
[INFO] [stdout]     |
[INFO] [stdout] 198 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:200:29
[INFO] [stdout]     |
[INFO] [stdout] 200 |     root_child0.set_flex_basis(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:201:28
[INFO] [stdout]     |
[INFO] [stdout] 201 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:202:29
[INFO] [stdout]     |
[INFO] [stdout] 202 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:205:24
[INFO] [stdout]     |
[INFO] [stdout] 205 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:206:29
[INFO] [stdout]     |
[INFO] [stdout] 206 |     root_child1.set_flex_basis(StyleUnit::Point((25 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:207:28
[INFO] [stdout]     |
[INFO] [stdout] 207 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:208:29
[INFO] [stdout]     |
[INFO] [stdout] 208 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:212:29
[INFO] [stdout]     |
[INFO] [stdout] 212 |     root_child2.set_flex_basis(StyleUnit::Point((25 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:213:28
[INFO] [stdout]     |
[INFO] [stdout] 213 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:214:29
[INFO] [stdout]     |
[INFO] [stdout] 214 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:216:24
[INFO] [stdout]     |
[INFO] [stdout] 216 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:216:35
[INFO] [stdout]     |
[INFO] [stdout] 216 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:216:46
[INFO] [stdout]     |
[INFO] [stdout] 216 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:238:24
[INFO] [stdout]     |
[INFO] [stdout] 238 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:238:35
[INFO] [stdout]     |
[INFO] [stdout] 238 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:238:46
[INFO] [stdout]     |
[INFO] [stdout] 238 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:263:19
[INFO] [stdout]     |
[INFO] [stdout] 263 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:267:18
[INFO] [stdout]     |
[INFO] [stdout] 267 |     root.set_height(StyleUnit::Point((113 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:269:24
[INFO] [stdout]     |
[INFO] [stdout] 269 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:272:28
[INFO] [stdout]     |
[INFO] [stdout] 272 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:273:25
[INFO] [stdout]     |
[INFO] [stdout] 273 |     root_child0.set_height(StyleUnit::Point((20 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:274:29
[INFO] [stdout]     |
[INFO] [stdout] 274 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:277:24
[INFO] [stdout]     |
[INFO] [stdout] 277 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:279:28
[INFO] [stdout]     |
[INFO] [stdout] 279 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:280:25
[INFO] [stdout]     |
[INFO] [stdout] 280 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:281:29
[INFO] [stdout]     |
[INFO] [stdout] 281 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:284:24
[INFO] [stdout]     |
[INFO] [stdout] 284 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:286:28
[INFO] [stdout]     |
[INFO] [stdout] 286 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:287:25
[INFO] [stdout]     |
[INFO] [stdout] 287 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:288:29
[INFO] [stdout]     |
[INFO] [stdout] 288 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:290:24
[INFO] [stdout]     |
[INFO] [stdout] 290 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:290:35
[INFO] [stdout]     |
[INFO] [stdout] 290 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:290:46
[INFO] [stdout]     |
[INFO] [stdout] 290 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:312:24
[INFO] [stdout]     |
[INFO] [stdout] 312 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:312:35
[INFO] [stdout]     |
[INFO] [stdout] 312 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:312:46
[INFO] [stdout]     |
[INFO] [stdout] 312 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:337:19
[INFO] [stdout]     |
[INFO] [stdout] 337 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:339:17
[INFO] [stdout]     |
[INFO] [stdout] 339 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:340:17
[INFO] [stdout]     |
[INFO] [stdout] 340 |     root.set_width(StyleUnit::Point((87.4 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:341:18
[INFO] [stdout]     |
[INFO] [stdout] 341 |     root.set_height(StyleUnit::Point((113.4 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:343:24
[INFO] [stdout]     |
[INFO] [stdout] 343 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:345:29
[INFO] [stdout]     |
[INFO] [stdout] 345 |     root_child0.set_flex_basis(StyleUnit::Point((50.3 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:346:28
[INFO] [stdout]     |
[INFO] [stdout] 346 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:347:25
[INFO] [stdout]     |
[INFO] [stdout] 347 |     root_child0.set_height(StyleUnit::Point((20.3 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:348:29
[INFO] [stdout]     |
[INFO] [stdout] 348 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:351:24
[INFO] [stdout]     |
[INFO] [stdout] 351 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:353:28
[INFO] [stdout]     |
[INFO] [stdout] 353 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:354:25
[INFO] [stdout]     |
[INFO] [stdout] 354 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:355:29
[INFO] [stdout]     |
[INFO] [stdout] 355 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:358:24
[INFO] [stdout]     |
[INFO] [stdout] 358 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:360:28
[INFO] [stdout]     |
[INFO] [stdout] 360 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:361:25
[INFO] [stdout]     |
[INFO] [stdout] 361 |     root_child2.set_height(StyleUnit::Point((10.7 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:362:29
[INFO] [stdout]     |
[INFO] [stdout] 362 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:364:24
[INFO] [stdout]     |
[INFO] [stdout] 364 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:364:35
[INFO] [stdout]     |
[INFO] [stdout] 364 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:364:46
[INFO] [stdout]     |
[INFO] [stdout] 364 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:386:24
[INFO] [stdout]     |
[INFO] [stdout] 386 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:386:35
[INFO] [stdout]     |
[INFO] [stdout] 386 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:386:46
[INFO] [stdout]     |
[INFO] [stdout] 386 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:411:19
[INFO] [stdout]     |
[INFO] [stdout] 411 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:413:17
[INFO] [stdout]     |
[INFO] [stdout] 413 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:414:17
[INFO] [stdout]     |
[INFO] [stdout] 414 |     root.set_width(StyleUnit::Point((87.4 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:415:18
[INFO] [stdout]     |
[INFO] [stdout] 415 |     root.set_height(StyleUnit::Point((113.4 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:417:24
[INFO] [stdout]     |
[INFO] [stdout] 417 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:419:29
[INFO] [stdout]     |
[INFO] [stdout] 419 |     root_child0.set_flex_basis(StyleUnit::Point((50.3 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:420:28
[INFO] [stdout]     |
[INFO] [stdout] 420 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:421:25
[INFO] [stdout]     |
[INFO] [stdout] 421 |     root_child0.set_height(StyleUnit::Point((20.3 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:425:31
[INFO] [stdout]     |
[INFO] [stdout] 425 |     let mut root_child0_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:427:36
[INFO] [stdout]     |
[INFO] [stdout] 427 |     root_child0_child0.set_flex_basis(StyleUnit::Point((0.3 as f32).into()));
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:428:34
[INFO] [stdout]     |
[INFO] [stdout] 428 |     root_child0_child0.set_position(Edge::Bottom, StyleUnit::Point((13.3 as f32).into()));
[INFO] [stdout]     |                                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:428:48
[INFO] [stdout]     |
[INFO] [stdout] 428 |     root_child0_child0.set_position(Edge::Bottom, StyleUnit::Point((13.3 as f32).into()));
[INFO] [stdout]     |                                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:429:35
[INFO] [stdout]     |
[INFO] [stdout] 429 |     root_child0_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:430:32
[INFO] [stdout]     |
[INFO] [stdout] 430 |     root_child0_child0.set_height(StyleUnit::Point((9.9 as f32).into()));
[INFO] [stdout]     |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:431:36
[INFO] [stdout]     |
[INFO] [stdout] 431 |     root_child0_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:434:31
[INFO] [stdout]     |
[INFO] [stdout] 434 |     let mut root_child0_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:436:36
[INFO] [stdout]     |
[INFO] [stdout] 436 |     root_child0_child1.set_flex_basis(StyleUnit::Point((0.3 as f32).into()));
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:437:34
[INFO] [stdout]     |
[INFO] [stdout] 437 |     root_child0_child1.set_position(Edge::Top, StyleUnit::Point((13.3 as f32).into()));
[INFO] [stdout]     |                                     ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:437:45
[INFO] [stdout]     |
[INFO] [stdout] 437 |     root_child0_child1.set_position(Edge::Top, StyleUnit::Point((13.3 as f32).into()));
[INFO] [stdout]     |                                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:438:35
[INFO] [stdout]     |
[INFO] [stdout] 438 |     root_child0_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:439:32
[INFO] [stdout]     |
[INFO] [stdout] 439 |     root_child0_child1.set_height(StyleUnit::Point((1.1 as f32).into()));
[INFO] [stdout]     |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:440:36
[INFO] [stdout]     |
[INFO] [stdout] 440 |     root_child0_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:443:24
[INFO] [stdout]     |
[INFO] [stdout] 443 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:445:28
[INFO] [stdout]     |
[INFO] [stdout] 445 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:446:25
[INFO] [stdout]     |
[INFO] [stdout] 446 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:447:29
[INFO] [stdout]     |
[INFO] [stdout] 447 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:450:24
[INFO] [stdout]     |
[INFO] [stdout] 450 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:452:28
[INFO] [stdout]     |
[INFO] [stdout] 452 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:453:25
[INFO] [stdout]     |
[INFO] [stdout] 453 |     root_child2.set_height(StyleUnit::Point((10.7 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:454:29
[INFO] [stdout]     |
[INFO] [stdout] 454 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:456:24
[INFO] [stdout]     |
[INFO] [stdout] 456 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:456:35
[INFO] [stdout]     |
[INFO] [stdout] 456 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:456:46
[INFO] [stdout]     |
[INFO] [stdout] 456 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:488:24
[INFO] [stdout]     |
[INFO] [stdout] 488 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:488:35
[INFO] [stdout]     |
[INFO] [stdout] 488 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:488:46
[INFO] [stdout]     |
[INFO] [stdout] 488 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:523:19
[INFO] [stdout]     |
[INFO] [stdout] 523 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:525:17
[INFO] [stdout]     |
[INFO] [stdout] 525 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:526:17
[INFO] [stdout]     |
[INFO] [stdout] 526 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:527:18
[INFO] [stdout]     |
[INFO] [stdout] 527 |     root.set_height(StyleUnit::Point((113.4 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:529:24
[INFO] [stdout]     |
[INFO] [stdout] 529 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:531:29
[INFO] [stdout]     |
[INFO] [stdout] 531 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:532:28
[INFO] [stdout]     |
[INFO] [stdout] 532 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:533:25
[INFO] [stdout]     |
[INFO] [stdout] 533 |     root_child0.set_height(StyleUnit::Point((20 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:534:29
[INFO] [stdout]     |
[INFO] [stdout] 534 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:537:24
[INFO] [stdout]     |
[INFO] [stdout] 537 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:539:28
[INFO] [stdout]     |
[INFO] [stdout] 539 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:540:25
[INFO] [stdout]     |
[INFO] [stdout] 540 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:541:29
[INFO] [stdout]     |
[INFO] [stdout] 541 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:544:24
[INFO] [stdout]     |
[INFO] [stdout] 544 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:546:28
[INFO] [stdout]     |
[INFO] [stdout] 546 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:547:25
[INFO] [stdout]     |
[INFO] [stdout] 547 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:548:29
[INFO] [stdout]     |
[INFO] [stdout] 548 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:550:24
[INFO] [stdout]     |
[INFO] [stdout] 550 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:550:35
[INFO] [stdout]     |
[INFO] [stdout] 550 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:550:46
[INFO] [stdout]     |
[INFO] [stdout] 550 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:572:24
[INFO] [stdout]     |
[INFO] [stdout] 572 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:572:35
[INFO] [stdout]     |
[INFO] [stdout] 572 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:572:46
[INFO] [stdout]     |
[INFO] [stdout] 572 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:597:19
[INFO] [stdout]     |
[INFO] [stdout] 597 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:599:17
[INFO] [stdout]     |
[INFO] [stdout] 599 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:600:17
[INFO] [stdout]     |
[INFO] [stdout] 600 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:601:18
[INFO] [stdout]     |
[INFO] [stdout] 601 |     root.set_height(StyleUnit::Point((113.6 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:603:24
[INFO] [stdout]     |
[INFO] [stdout] 603 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:605:29
[INFO] [stdout]     |
[INFO] [stdout] 605 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:606:28
[INFO] [stdout]     |
[INFO] [stdout] 606 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:607:25
[INFO] [stdout]     |
[INFO] [stdout] 607 |     root_child0.set_height(StyleUnit::Point((20 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:608:29
[INFO] [stdout]     |
[INFO] [stdout] 608 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:611:24
[INFO] [stdout]     |
[INFO] [stdout] 611 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:613:28
[INFO] [stdout]     |
[INFO] [stdout] 613 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:614:25
[INFO] [stdout]     |
[INFO] [stdout] 614 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:615:29
[INFO] [stdout]     |
[INFO] [stdout] 615 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:618:24
[INFO] [stdout]     |
[INFO] [stdout] 618 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:620:28
[INFO] [stdout]     |
[INFO] [stdout] 620 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:621:25
[INFO] [stdout]     |
[INFO] [stdout] 621 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:622:29
[INFO] [stdout]     |
[INFO] [stdout] 622 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:624:24
[INFO] [stdout]     |
[INFO] [stdout] 624 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:624:35
[INFO] [stdout]     |
[INFO] [stdout] 624 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:624:46
[INFO] [stdout]     |
[INFO] [stdout] 624 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:646:24
[INFO] [stdout]     |
[INFO] [stdout] 646 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:646:35
[INFO] [stdout]     |
[INFO] [stdout] 646 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:646:46
[INFO] [stdout]     |
[INFO] [stdout] 646 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:671:19
[INFO] [stdout]     |
[INFO] [stdout] 671 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:673:17
[INFO] [stdout]     |
[INFO] [stdout] 673 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:674:20
[INFO] [stdout]     |
[INFO] [stdout] 674 |     root.set_position(Edge::Top, StyleUnit::Point((0.3 as f32).into()));
[INFO] [stdout]     |                       ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:674:31
[INFO] [stdout]     |
[INFO] [stdout] 674 |     root.set_position(Edge::Top, StyleUnit::Point((0.3 as f32).into()));
[INFO] [stdout]     |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:675:17
[INFO] [stdout]     |
[INFO] [stdout] 675 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:676:18
[INFO] [stdout]     |
[INFO] [stdout] 676 |     root.set_height(StyleUnit::Point((113.4 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:678:24
[INFO] [stdout]     |
[INFO] [stdout] 678 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:680:29
[INFO] [stdout]     |
[INFO] [stdout] 680 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:681:28
[INFO] [stdout]     |
[INFO] [stdout] 681 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:682:25
[INFO] [stdout]     |
[INFO] [stdout] 682 |     root_child0.set_height(StyleUnit::Point((20 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:683:29
[INFO] [stdout]     |
[INFO] [stdout] 683 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:686:24
[INFO] [stdout]     |
[INFO] [stdout] 686 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:688:28
[INFO] [stdout]     |
[INFO] [stdout] 688 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:689:25
[INFO] [stdout]     |
[INFO] [stdout] 689 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:690:29
[INFO] [stdout]     |
[INFO] [stdout] 690 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:693:24
[INFO] [stdout]     |
[INFO] [stdout] 693 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:695:28
[INFO] [stdout]     |
[INFO] [stdout] 695 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:696:25
[INFO] [stdout]     |
[INFO] [stdout] 696 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:697:29
[INFO] [stdout]     |
[INFO] [stdout] 697 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:699:24
[INFO] [stdout]     |
[INFO] [stdout] 699 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:699:35
[INFO] [stdout]     |
[INFO] [stdout] 699 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:699:46
[INFO] [stdout]     |
[INFO] [stdout] 699 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:721:24
[INFO] [stdout]     |
[INFO] [stdout] 721 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:721:35
[INFO] [stdout]     |
[INFO] [stdout] 721 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:721:46
[INFO] [stdout]     |
[INFO] [stdout] 721 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:746:19
[INFO] [stdout]     |
[INFO] [stdout] 746 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:748:17
[INFO] [stdout]     |
[INFO] [stdout] 748 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:749:20
[INFO] [stdout]     |
[INFO] [stdout] 749 |     root.set_position(Edge::Top, StyleUnit::Point((0.7 as f32).into()));
[INFO] [stdout]     |                       ^^^^ use of undeclared type `Edge`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Edge;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:749:31
[INFO] [stdout]     |
[INFO] [stdout] 749 |     root.set_position(Edge::Top, StyleUnit::Point((0.7 as f32).into()));
[INFO] [stdout]     |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:750:17
[INFO] [stdout]     |
[INFO] [stdout] 750 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:751:18
[INFO] [stdout]     |
[INFO] [stdout] 751 |     root.set_height(StyleUnit::Point((113.4 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:753:24
[INFO] [stdout]     |
[INFO] [stdout] 753 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:755:29
[INFO] [stdout]     |
[INFO] [stdout] 755 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:756:28
[INFO] [stdout]     |
[INFO] [stdout] 756 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:757:25
[INFO] [stdout]     |
[INFO] [stdout] 757 |     root_child0.set_height(StyleUnit::Point((20 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:758:29
[INFO] [stdout]     |
[INFO] [stdout] 758 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:761:24
[INFO] [stdout]     |
[INFO] [stdout] 761 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:763:28
[INFO] [stdout]     |
[INFO] [stdout] 763 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:764:25
[INFO] [stdout]     |
[INFO] [stdout] 764 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:765:29
[INFO] [stdout]     |
[INFO] [stdout] 765 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:768:24
[INFO] [stdout]     |
[INFO] [stdout] 768 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:770:28
[INFO] [stdout]     |
[INFO] [stdout] 770 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:771:25
[INFO] [stdout]     |
[INFO] [stdout] 771 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:772:29
[INFO] [stdout]     |
[INFO] [stdout] 772 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:774:24
[INFO] [stdout]     |
[INFO] [stdout] 774 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:774:35
[INFO] [stdout]     |
[INFO] [stdout] 774 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:774:46
[INFO] [stdout]     |
[INFO] [stdout] 774 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:796:24
[INFO] [stdout]     |
[INFO] [stdout] 796 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:796:35
[INFO] [stdout]     |
[INFO] [stdout] 796 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:796:46
[INFO] [stdout]     |
[INFO] [stdout] 796 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:821:19
[INFO] [stdout]     |
[INFO] [stdout] 821 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:823:17
[INFO] [stdout]     |
[INFO] [stdout] 823 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:824:26
[INFO] [stdout]     |
[INFO] [stdout] 824 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:825:17
[INFO] [stdout]     |
[INFO] [stdout] 825 |     root.set_width(StyleUnit::Point((320 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:827:24
[INFO] [stdout]     |
[INFO] [stdout] 827 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:829:28
[INFO] [stdout]     |
[INFO] [stdout] 829 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:830:25
[INFO] [stdout]     |
[INFO] [stdout] 830 |     root_child0.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:831:29
[INFO] [stdout]     |
[INFO] [stdout] 831 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:834:24
[INFO] [stdout]     |
[INFO] [stdout] 834 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:836:28
[INFO] [stdout]     |
[INFO] [stdout] 836 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:837:25
[INFO] [stdout]     |
[INFO] [stdout] 837 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:838:29
[INFO] [stdout]     |
[INFO] [stdout] 838 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:841:31
[INFO] [stdout]     |
[INFO] [stdout] 841 |     let mut root_child1_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:843:35
[INFO] [stdout]     |
[INFO] [stdout] 843 |     root_child1_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:844:32
[INFO] [stdout]     |
[INFO] [stdout] 844 |     root_child1_child0.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                                   ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:845:36
[INFO] [stdout]     |
[INFO] [stdout] 845 |     root_child1_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:848:24
[INFO] [stdout]     |
[INFO] [stdout] 848 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:850:28
[INFO] [stdout]     |
[INFO] [stdout] 850 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:851:25
[INFO] [stdout]     |
[INFO] [stdout] 851 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:852:29
[INFO] [stdout]     |
[INFO] [stdout] 852 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:854:24
[INFO] [stdout]     |
[INFO] [stdout] 854 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:854:35
[INFO] [stdout]     |
[INFO] [stdout] 854 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:854:46
[INFO] [stdout]     |
[INFO] [stdout] 854 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:881:24
[INFO] [stdout]     |
[INFO] [stdout] 881 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:881:35
[INFO] [stdout]     |
[INFO] [stdout] 881 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:881:46
[INFO] [stdout]     |
[INFO] [stdout] 881 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:911:19
[INFO] [stdout]     |
[INFO] [stdout] 911 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:913:17
[INFO] [stdout]     |
[INFO] [stdout] 913 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:914:18
[INFO] [stdout]     |
[INFO] [stdout] 914 |     root.set_height(StyleUnit::Point((320 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:916:24
[INFO] [stdout]     |
[INFO] [stdout] 916 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:918:24
[INFO] [stdout]     |
[INFO] [stdout] 918 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:919:28
[INFO] [stdout]     |
[INFO] [stdout] 919 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:920:29
[INFO] [stdout]     |
[INFO] [stdout] 920 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:923:24
[INFO] [stdout]     |
[INFO] [stdout] 923 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:925:24
[INFO] [stdout]     |
[INFO] [stdout] 925 |     root_child1.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:926:28
[INFO] [stdout]     |
[INFO] [stdout] 926 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:927:29
[INFO] [stdout]     |
[INFO] [stdout] 927 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:930:31
[INFO] [stdout]     |
[INFO] [stdout] 930 |     let mut root_child1_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:932:31
[INFO] [stdout]     |
[INFO] [stdout] 932 |     root_child1_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:933:35
[INFO] [stdout]     |
[INFO] [stdout] 933 |     root_child1_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:934:36
[INFO] [stdout]     |
[INFO] [stdout] 934 |     root_child1_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:937:24
[INFO] [stdout]     |
[INFO] [stdout] 937 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:939:24
[INFO] [stdout]     |
[INFO] [stdout] 939 |     root_child2.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:940:28
[INFO] [stdout]     |
[INFO] [stdout] 940 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:941:29
[INFO] [stdout]     |
[INFO] [stdout] 941 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:943:24
[INFO] [stdout]     |
[INFO] [stdout] 943 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:943:35
[INFO] [stdout]     |
[INFO] [stdout] 943 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:943:46
[INFO] [stdout]     |
[INFO] [stdout] 943 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:970:24
[INFO] [stdout]     |
[INFO] [stdout] 970 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:970:35
[INFO] [stdout]     |
[INFO] [stdout] 970 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/rounding_test.rs:970:46
[INFO] [stdout]     |
[INFO] [stdout] 970 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1000:19
[INFO] [stdout]      |
[INFO] [stdout] 1000 |     let mut config = Config::new();
[INFO] [stdout]      |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Config;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1002:17
[INFO] [stdout]      |
[INFO] [stdout] 1002 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]      |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1003:26
[INFO] [stdout]      |
[INFO] [stdout] 1003 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]      |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1004:17
[INFO] [stdout]      |
[INFO] [stdout] 1004 |     root.set_width(StyleUnit::Point((640 as f32).into()));
[INFO] [stdout]      |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1005:18
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     root.set_height(StyleUnit::Point((320 as f32).into()));
[INFO] [stdout]      |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1007:24
[INFO] [stdout]      |
[INFO] [stdout] 1007 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1009:28
[INFO] [stdout]      |
[INFO] [stdout] 1009 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1010:25
[INFO] [stdout]      |
[INFO] [stdout] 1010 |     root_child0.set_height(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1011:29
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1014:24
[INFO] [stdout]      |
[INFO] [stdout] 1014 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1016:28
[INFO] [stdout]      |
[INFO] [stdout] 1016 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1017:25
[INFO] [stdout]      |
[INFO] [stdout] 1017 |     root_child1.set_height(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1018:29
[INFO] [stdout]      |
[INFO] [stdout] 1018 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1021:31
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     let mut root_child1_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1023:31
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     root_child1_child0.set_width(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1024:35
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     root_child1_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1025:36
[INFO] [stdout]      |
[INFO] [stdout] 1025 |     root_child1_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1028:31
[INFO] [stdout]      |
[INFO] [stdout] 1028 |     let mut root_child1_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1030:31
[INFO] [stdout]      |
[INFO] [stdout] 1030 |     root_child1_child1.set_width(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1031:35
[INFO] [stdout]      |
[INFO] [stdout] 1031 |     root_child1_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1032:36
[INFO] [stdout]      |
[INFO] [stdout] 1032 |     root_child1_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1035:38
[INFO] [stdout]      |
[INFO] [stdout] 1035 |     let mut root_child1_child1_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                                         ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1037:38
[INFO] [stdout]      |
[INFO] [stdout] 1037 |     root_child1_child1_child0.set_width(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                                         ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1038:42
[INFO] [stdout]      |
[INFO] [stdout] 1038 |     root_child1_child1_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                                             ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1039:43
[INFO] [stdout]      |
[INFO] [stdout] 1039 |     root_child1_child1_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                              ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1042:31
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     let mut root_child1_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1044:31
[INFO] [stdout]      |
[INFO] [stdout] 1044 |     root_child1_child2.set_width(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                                  ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1045:35
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     root_child1_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1046:36
[INFO] [stdout]      |
[INFO] [stdout] 1046 |     root_child1_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1049:24
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]      |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Node;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1051:28
[INFO] [stdout]      |
[INFO] [stdout] 1051 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]      |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1052:25
[INFO] [stdout]      |
[INFO] [stdout] 1052 |     root_child2.set_height(StyleUnit::Percent((100 as f32).into()));
[INFO] [stdout]      |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1053:29
[INFO] [stdout]      |
[INFO] [stdout] 1053 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]      |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1055:24
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]      |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1055:35
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]      |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1055:46
[INFO] [stdout]      |
[INFO] [stdout] 1055 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]      |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Direction;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1097:24
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]      |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1097:35
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]      |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]     --> tests/rounding_test.rs:1097:46
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]      |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]      |
[INFO] [stdout]   13 + use polyhorn_yoga::Direction;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:35:35
[INFO] [stdout]    |
[INFO] [stdout] 35 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:35:46
[INFO] [stdout]    |
[INFO] [stdout] 35 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:52:24
[INFO] [stdout]    |
[INFO] [stdout] 52 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:52:35
[INFO] [stdout]    |
[INFO] [stdout] 52 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:52:46
[INFO] [stdout]    |
[INFO] [stdout] 52 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:72:19
[INFO] [stdout]    |
[INFO] [stdout] 72 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:76:17
[INFO] [stdout]    |
[INFO] [stdout] 76 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:77:18
[INFO] [stdout]    |
[INFO] [stdout] 77 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:81:29
[INFO] [stdout]    |
[INFO] [stdout] 81 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:82:28
[INFO] [stdout]    |
[INFO] [stdout] 82 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:83:29
[INFO] [stdout]    |
[INFO] [stdout] 83 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:86:24
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:88:28
[INFO] [stdout]    |
[INFO] [stdout] 88 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:89:29
[INFO] [stdout]    |
[INFO] [stdout] 89 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:91:24
[INFO] [stdout]    |
[INFO] [stdout] 91 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:91:35
[INFO] [stdout]    |
[INFO] [stdout] 91 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/flex_test.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:108:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:108:35
[INFO] [stdout]     |
[INFO] [stdout] 108 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:108:46
[INFO] [stdout]     |
[INFO] [stdout] 108 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:128:19
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 130 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:132:18
[INFO] [stdout]     |
[INFO] [stdout] 132 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:134:24
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:136:29
[INFO] [stdout]     |
[INFO] [stdout] 136 |     root_child0.set_flex_basis(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:137:28
[INFO] [stdout]     |
[INFO] [stdout] 137 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:141:24
[INFO] [stdout]     |
[INFO] [stdout] 141 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |     root_child1.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:143:28
[INFO] [stdout]     |
[INFO] [stdout] 143 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:144:29
[INFO] [stdout]     |
[INFO] [stdout] 144 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:146:24
[INFO] [stdout]     |
[INFO] [stdout] 146 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:146:46
[INFO] [stdout]     |
[INFO] [stdout] 146 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:163:24
[INFO] [stdout]     |
[INFO] [stdout] 163 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:163:35
[INFO] [stdout]     |
[INFO] [stdout] 163 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:163:46
[INFO] [stdout]     |
[INFO] [stdout] 163 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:183:19
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:187:17
[INFO] [stdout]     |
[INFO] [stdout] 187 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:188:18
[INFO] [stdout]     |
[INFO] [stdout] 188 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:190:24
[INFO] [stdout]     |
[INFO] [stdout] 190 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:192:29
[INFO] [stdout]     |
[INFO] [stdout] 192 |     root_child0.set_flex_basis(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:193:28
[INFO] [stdout]     |
[INFO] [stdout] 193 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:194:29
[INFO] [stdout]     |
[INFO] [stdout] 194 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:198:29
[INFO] [stdout]     |
[INFO] [stdout] 198 |     root_child1.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:199:28
[INFO] [stdout]     |
[INFO] [stdout] 199 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:200:29
[INFO] [stdout]     |
[INFO] [stdout] 200 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:202:24
[INFO] [stdout]     |
[INFO] [stdout] 202 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:202:35
[INFO] [stdout]     |
[INFO] [stdout] 202 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:202:46
[INFO] [stdout]     |
[INFO] [stdout] 202 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:219:24
[INFO] [stdout]     |
[INFO] [stdout] 219 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:219:35
[INFO] [stdout]     |
[INFO] [stdout] 219 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:219:46
[INFO] [stdout]     |
[INFO] [stdout] 219 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:239:19
[INFO] [stdout]     |
[INFO] [stdout] 239 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:242:18
[INFO] [stdout]     |
[INFO] [stdout] 242 |     root.set_height(StyleUnit::Point((75 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:244:24
[INFO] [stdout]     |
[INFO] [stdout] 244 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:245:24
[INFO] [stdout]     |
[INFO] [stdout] 245 |     root_child0.set_width(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:246:28
[INFO] [stdout]     |
[INFO] [stdout] 246 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:247:25
[INFO] [stdout]     |
[INFO] [stdout] 247 |     root_child0.set_height(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:248:29
[INFO] [stdout]     |
[INFO] [stdout] 248 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:251:24
[INFO] [stdout]     |
[INFO] [stdout] 251 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:253:24
[INFO] [stdout]     |
[INFO] [stdout] 253 |     root_child1.set_width(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:254:28
[INFO] [stdout]     |
[INFO] [stdout] 254 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:255:25
[INFO] [stdout]     |
[INFO] [stdout] 255 |     root_child1.set_height(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:256:29
[INFO] [stdout]     |
[INFO] [stdout] 256 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:259:24
[INFO] [stdout]     |
[INFO] [stdout] 259 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 |     root_child2.set_width(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:261:28
[INFO] [stdout]     |
[INFO] [stdout] 261 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:262:25
[INFO] [stdout]     |
[INFO] [stdout] 262 |     root_child2.set_height(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:263:29
[INFO] [stdout]     |
[INFO] [stdout] 263 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:265:24
[INFO] [stdout]     |
[INFO] [stdout] 265 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:265:35
[INFO] [stdout]     |
[INFO] [stdout] 265 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:265:46
[INFO] [stdout]     |
[INFO] [stdout] 265 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:287:24
[INFO] [stdout]     |
[INFO] [stdout] 287 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:287:35
[INFO] [stdout]     |
[INFO] [stdout] 287 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:287:46
[INFO] [stdout]     |
[INFO] [stdout] 287 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:312:19
[INFO] [stdout]     |
[INFO] [stdout] 312 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:315:17
[INFO] [stdout]     |
[INFO] [stdout] 315 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:316:18
[INFO] [stdout]     |
[INFO] [stdout] 316 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:318:24
[INFO] [stdout]     |
[INFO] [stdout] 318 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:320:29
[INFO] [stdout]     |
[INFO] [stdout] 320 |     root_child0.set_flex_basis(StyleUnit::Point((50 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:321:28
[INFO] [stdout]     |
[INFO] [stdout] 321 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:322:25
[INFO] [stdout]     |
[INFO] [stdout] 322 |     root_child0.set_height(StyleUnit::Point((20 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:323:29
[INFO] [stdout]     |
[INFO] [stdout] 323 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:326:24
[INFO] [stdout]     |
[INFO] [stdout] 326 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:328:28
[INFO] [stdout]     |
[INFO] [stdout] 328 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:329:25
[INFO] [stdout]     |
[INFO] [stdout] 329 |     root_child1.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:330:29
[INFO] [stdout]     |
[INFO] [stdout] 330 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:333:24
[INFO] [stdout]     |
[INFO] [stdout] 333 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:335:28
[INFO] [stdout]     |
[INFO] [stdout] 335 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:336:25
[INFO] [stdout]     |
[INFO] [stdout] 336 |     root_child2.set_height(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                            ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:337:29
[INFO] [stdout]     |
[INFO] [stdout] 337 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:339:24
[INFO] [stdout]     |
[INFO] [stdout] 339 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:339:35
[INFO] [stdout]     |
[INFO] [stdout] 339 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:339:46
[INFO] [stdout]     |
[INFO] [stdout] 339 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:361:24
[INFO] [stdout]     |
[INFO] [stdout] 361 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:361:35
[INFO] [stdout]     |
[INFO] [stdout] 361 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:361:46
[INFO] [stdout]     |
[INFO] [stdout] 361 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:386:19
[INFO] [stdout]     |
[INFO] [stdout] 386 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:388:17
[INFO] [stdout]     |
[INFO] [stdout] 388 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:389:17
[INFO] [stdout]     |
[INFO] [stdout] 389 |     root.set_width(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:390:18
[INFO] [stdout]     |
[INFO] [stdout] 390 |     root.set_height(StyleUnit::Point((100 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:392:24
[INFO] [stdout]     |
[INFO] [stdout] 392 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:393:28
[INFO] [stdout]     |
[INFO] [stdout] 393 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:394:29
[INFO] [stdout]     |
[INFO] [stdout] 394 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:397:31
[INFO] [stdout]     |
[INFO] [stdout] 397 |     let mut root_child0_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                                  ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:400:35
[INFO] [stdout]     |
[INFO] [stdout] 400 |     root_child0_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                                      ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:401:36
[INFO] [stdout]     |
[INFO] [stdout] 401 |     root_child0_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                       ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:403:24
[INFO] [stdout]     |
[INFO] [stdout] 403 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:403:35
[INFO] [stdout]     |
[INFO] [stdout] 403 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:403:46
[INFO] [stdout]     |
[INFO] [stdout] 403 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:420:24
[INFO] [stdout]     |
[INFO] [stdout] 420 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:420:35
[INFO] [stdout]     |
[INFO] [stdout] 420 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:420:46
[INFO] [stdout]     |
[INFO] [stdout] 420 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:440:19
[INFO] [stdout]     |
[INFO] [stdout] 440 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:442:17
[INFO] [stdout]     |
[INFO] [stdout] 442 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:443:17
[INFO] [stdout]     |
[INFO] [stdout] 443 |     root.set_width(StyleUnit::Point((200 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:444:18
[INFO] [stdout]     |
[INFO] [stdout] 444 |     root.set_height(StyleUnit::Point((500 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:446:24
[INFO] [stdout]     |
[INFO] [stdout] 446 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:448:29
[INFO] [stdout]     |
[INFO] [stdout] 448 |     root_child0.set_flex_basis(StyleUnit::Point((40 as f32).into()));
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:449:28
[INFO] [stdout]     |
[INFO] [stdout] 449 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:450:29
[INFO] [stdout]     |
[INFO] [stdout] 450 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:453:24
[INFO] [stdout]     |
[INFO] [stdout] 453 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:455:28
[INFO] [stdout]     |
[INFO] [stdout] 455 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:456:29
[INFO] [stdout]     |
[INFO] [stdout] 456 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:459:24
[INFO] [stdout]     |
[INFO] [stdout] 459 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:461:28
[INFO] [stdout]     |
[INFO] [stdout] 461 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:462:29
[INFO] [stdout]     |
[INFO] [stdout] 462 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:464:24
[INFO] [stdout]     |
[INFO] [stdout] 464 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:464:35
[INFO] [stdout]     |
[INFO] [stdout] 464 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:464:46
[INFO] [stdout]     |
[INFO] [stdout] 464 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:486:24
[INFO] [stdout]     |
[INFO] [stdout] 486 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:486:35
[INFO] [stdout]     |
[INFO] [stdout] 486 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/flex_test.rs:486:46
[INFO] [stdout]     |
[INFO] [stdout] 486 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "rounding_test") due to 339 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp: In function 'void YGZeroOutLayoutRecursivly(YGNodeRef)':
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/Yoga.cpp:1854:9: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct YGLayout'; use assignment or value-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:  1854 |   memset(&(node->getLayout()), 0, sizeof(YGLayout));
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: In file included from src/yoga/yoga/YGNode.h:11,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Utils.h:9,
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:                  from src/yoga/yoga/Yoga.cpp:13:
[INFO] [stderr] warning: polyhorn-yoga@0.3.4: src/yoga/yoga/YGLayout.h:12:8: note: 'struct YGLayout' declared here
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:    12 | struct YGLayout {
[INFO] [stderr] warning: polyhorn-yoga@0.3.4:       |        ^~~~~~~~
[INFO] [stderr] error: could not compile `polyhorn-yoga` (test "flex_test") due to 156 previous errors
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     root.set_width(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     root.set_height(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:26:28
[INFO] [stdout]    |
[INFO] [stdout] 26 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |     root_child1.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |     root_child2.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:38:28
[INFO] [stdout]    |
[INFO] [stdout] 38 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:39:29
[INFO] [stdout]    |
[INFO] [stdout] 39 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:41:35
[INFO] [stdout]    |
[INFO] [stdout] 41 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:41:46
[INFO] [stdout]    |
[INFO] [stdout] 41 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:63:35
[INFO] [stdout]    |
[INFO] [stdout] 63 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:63:46
[INFO] [stdout]    |
[INFO] [stdout] 63 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]    |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Direction;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let mut config = Config::new();
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Config;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]    |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Justify` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:92:27
[INFO] [stdout]    |
[INFO] [stdout] 92 |     root.set_justify_content(Justify::FlexEnd);
[INFO] [stdout]    |                              ^^^^^^^ use of undeclared type `Justify`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Justify;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |     root.set_width(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]    |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 |     root.set_height(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]    |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:96:24
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]    |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:97:24
[INFO] [stdout]    |
[INFO] [stdout] 97 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]    |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:98:28
[INFO] [stdout]    |
[INFO] [stdout] 98 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]    |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]   --> tests/justify_content_test.rs:99:29
[INFO] [stdout]    |
[INFO] [stdout] 99 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]    |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:102:24
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:103:24
[INFO] [stdout]     |
[INFO] [stdout] 103 |     root_child1.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:108:24
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:109:24
[INFO] [stdout]     |
[INFO] [stdout] 109 |     root_child2.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 111 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:113:35
[INFO] [stdout]     |
[INFO] [stdout] 113 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:113:46
[INFO] [stdout]     |
[INFO] [stdout] 113 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:135:24
[INFO] [stdout]     |
[INFO] [stdout] 135 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:135:35
[INFO] [stdout]     |
[INFO] [stdout] 135 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:135:46
[INFO] [stdout]     |
[INFO] [stdout] 135 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:162:17
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:163:26
[INFO] [stdout]     |
[INFO] [stdout] 163 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Justify` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:164:27
[INFO] [stdout]     |
[INFO] [stdout] 164 |     root.set_justify_content(Justify::Center);
[INFO] [stdout]     |                              ^^^^^^^ use of undeclared type `Justify`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Justify;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:165:17
[INFO] [stdout]     |
[INFO] [stdout] 165 |     root.set_width(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     root.set_height(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:168:24
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:169:24
[INFO] [stdout]     |
[INFO] [stdout] 169 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:170:28
[INFO] [stdout]     |
[INFO] [stdout] 170 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:171:29
[INFO] [stdout]     |
[INFO] [stdout] 171 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:174:24
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:175:24
[INFO] [stdout]     |
[INFO] [stdout] 175 |     root_child1.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:176:28
[INFO] [stdout]     |
[INFO] [stdout] 176 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:177:29
[INFO] [stdout]     |
[INFO] [stdout] 177 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:180:24
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |     root_child2.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:182:28
[INFO] [stdout]     |
[INFO] [stdout] 182 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:185:24
[INFO] [stdout]     |
[INFO] [stdout] 185 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:185:35
[INFO] [stdout]     |
[INFO] [stdout] 185 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:185:46
[INFO] [stdout]     |
[INFO] [stdout] 185 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:207:24
[INFO] [stdout]     |
[INFO] [stdout] 207 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:207:35
[INFO] [stdout]     |
[INFO] [stdout] 207 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:207:46
[INFO] [stdout]     |
[INFO] [stdout] 207 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:232:19
[INFO] [stdout]     |
[INFO] [stdout] 232 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:234:17
[INFO] [stdout]     |
[INFO] [stdout] 234 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:235:26
[INFO] [stdout]     |
[INFO] [stdout] 235 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Justify` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:236:27
[INFO] [stdout]     |
[INFO] [stdout] 236 |     root.set_justify_content(Justify::SpaceBetween);
[INFO] [stdout]     |                              ^^^^^^^ use of undeclared type `Justify`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Justify;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |     root.set_width(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:238:18
[INFO] [stdout]     |
[INFO] [stdout] 238 |     root.set_height(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:240:24
[INFO] [stdout]     |
[INFO] [stdout] 240 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:241:24
[INFO] [stdout]     |
[INFO] [stdout] 241 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:242:28
[INFO] [stdout]     |
[INFO] [stdout] 242 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:243:29
[INFO] [stdout]     |
[INFO] [stdout] 243 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:246:24
[INFO] [stdout]     |
[INFO] [stdout] 246 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:247:24
[INFO] [stdout]     |
[INFO] [stdout] 247 |     root_child1.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:248:28
[INFO] [stdout]     |
[INFO] [stdout] 248 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:249:29
[INFO] [stdout]     |
[INFO] [stdout] 249 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:252:24
[INFO] [stdout]     |
[INFO] [stdout] 252 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:253:24
[INFO] [stdout]     |
[INFO] [stdout] 253 |     root_child2.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:254:28
[INFO] [stdout]     |
[INFO] [stdout] 254 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:255:29
[INFO] [stdout]     |
[INFO] [stdout] 255 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:257:24
[INFO] [stdout]     |
[INFO] [stdout] 257 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:257:35
[INFO] [stdout]     |
[INFO] [stdout] 257 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:257:46
[INFO] [stdout]     |
[INFO] [stdout] 257 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:279:24
[INFO] [stdout]     |
[INFO] [stdout] 279 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:279:35
[INFO] [stdout]     |
[INFO] [stdout] 279 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::MeasureMode::Undefined;
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Undefined;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Direction` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:279:46
[INFO] [stdout]     |
[INFO] [stdout] 279 |     root.calculate_layout(Undefined, Undefined, Direction::RTL);
[INFO] [stdout]     |                                                 ^^^^^^^^^ use of undeclared type `Direction`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Direction;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Config` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:304:19
[INFO] [stdout]     |
[INFO] [stdout] 304 |     let mut config = Config::new();
[INFO] [stdout]     |                      ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Config;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 |     let mut root = Node::new_with_config(&mut config);
[INFO] [stdout]     |                    ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlexDirection` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:307:26
[INFO] [stdout]     |
[INFO] [stdout] 307 |     root.set_flex_direction(FlexDirection::Row);
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ use of undeclared type `FlexDirection`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::FlexDirection;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Justify` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:308:27
[INFO] [stdout]     |
[INFO] [stdout] 308 |     root.set_justify_content(Justify::SpaceAround);
[INFO] [stdout]     |                              ^^^^^^^ use of undeclared type `Justify`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Justify;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:309:17
[INFO] [stdout]     |
[INFO] [stdout] 309 |     root.set_width(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]     |                    ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:310:18
[INFO] [stdout]     |
[INFO] [stdout] 310 |     root.set_height(StyleUnit::Point((102 as f32).into()));
[INFO] [stdout]     |                     ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:312:24
[INFO] [stdout]     |
[INFO] [stdout] 312 |     let mut root_child0 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:313:24
[INFO] [stdout]     |
[INFO] [stdout] 313 |     root_child0.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:314:28
[INFO] [stdout]     |
[INFO] [stdout] 314 |     root_child0.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:315:29
[INFO] [stdout]     |
[INFO] [stdout] 315 |     root_child0.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:318:24
[INFO] [stdout]     |
[INFO] [stdout] 318 |     let mut root_child1 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:319:24
[INFO] [stdout]     |
[INFO] [stdout] 319 |     root_child1.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:320:28
[INFO] [stdout]     |
[INFO] [stdout] 320 |     root_child1.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:321:29
[INFO] [stdout]     |
[INFO] [stdout] 321 |     root_child1.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:324:24
[INFO] [stdout]     |
[INFO] [stdout] 324 |     let mut root_child2 = Node::new_with_config(&mut config);
[INFO] [stdout]     |                           ^^^^ use of undeclared type `Node`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::Node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:325:24
[INFO] [stdout]     |
[INFO] [stdout] 325 |     root_child2.set_width(StyleUnit::Point((10 as f32).into()));
[INFO] [stdout]     |                           ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:326:28
[INFO] [stdout]     |
[INFO] [stdout] 326 |     root_child2.set_min_width(StyleUnit::Auto);
[INFO] [stdout]     |                               ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StyleUnit` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:327:29
[INFO] [stdout]     |
[INFO] [stdout] 327 |     root_child2.set_min_height(StyleUnit::Auto);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `StyleUnit`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  13 + use polyhorn_yoga::StyleUnit;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Undefined` in this scope
[INFO] [stdout]    --> tests/justify_content_test.rs:329:24
[INFO] [stdout]     |
[INFO] [stdout] 329 |     root.calculate_layout(Undefined, Undefined, Direction::LTR);
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[WARN] too many lines in the log, truncating it
